Vcenter Lcm Depot Services SetSpec
Vcenter Lcm Depot Services SetSpec
The Vcenter Lcm Depot Services SetSpec schema defines the connection configuration for all external services
This schema was added in vSphere API 9.1.0.0.
JSON Example
{
"services": [
{
"name": "string",
"type": "string",
"key": "string",
"version": "string",
"nodes": [
{
"name": "string",
"addresses": [
{
"type": "string",
"value": "string"
}
],
"port": "string",
"base_url": "string",
"certificates": [
"string"
]
}
]
}
]
}
array of
Vcenter Lcm Depot Services Service
services
Required
A list of configurations which contains the connection details of the external services to be registered with vCenter appliance.
This property was added in vSphere API 9.1.0.0.